Symphony Framework
SymphonyCollection<T> Class
Members 
Symphony.Conductor.Types Namespace : SymphonyCollection<T> Class
Any object type can be used as the collection base.
This class can be used in place of the standard ObservableCollection class. By extending the ObservableCollection class it implements all of the capabilites of the collecton.
Object Model
SymphonyCollection<T> ClassDataObjectBase Class
Syntax
Type Parameters
T
Any object type can be used as the collection base.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         Symphony.Conductor.Types.SymphonyCollection<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SymphonyCollection<T> Members
Symphony.Conductor.Types Namespace